home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_26259.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  40 lines

  1. -- card: 26259 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: upper
  6.  
  7.  
  8. -- part contents for background part 5
  9. ----- text -----
  10. upper
  11.  
  12. -- part contents for background part 6
  13. ----- text -----
  14. This XFCN will change the case of the string passed to it to all upper case.
  15.  
  16. Related to this XFCN are:
  17.         lower* XFCN
  18.         initialCaps* XFCN
  19.  
  20. These XFCNs are ShareWare.  If you use them in your stacks, please send $5.00 to the address below.  If one or more of the stacks you use them in will be commercial or shareware, you must pay a one-time licensing fee of $25.00.
  21.  
  22. J. Brad Hicks
  23. 11215 Sugartrail, St. Louis, MO 63136
  24. FidoNet 1:100/523; CompuServe [76012,300]
  25.  
  26. ¬©1988 J. Brad Hicks
  27.  
  28. -- part contents for background part 7
  29. ----- text -----
  30. Syntax:
  31.  
  32. upper(<"string">)
  33.  
  34. Strings must be 255 chars or less.  These functions correctly strip diacritical marks ("√∂", "√°", "√±", etc.) and handle most ligatures ("√Ü","≈í", etc.).
  35.  
  36.  
  37.  
  38. -- part contents for background part 10
  39. ----- text -----
  40. 16